home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / ld / emulparams / hp3hpux.sh < prev    next >
Encoding:
Text File  |  1996-07-04  |  257 b   |  9 lines

  1. SCRIPT_NAME=aout
  2. OUTPUT_FORMAT="a.out-hp300hpux"
  3. TEXT_START_ADDR=0
  4. TARGET_PAGE_SIZE=4096
  5. ARCH=m68k
  6. STACKZERO="___stack_zero = 0x2000; __DYNAMIC = 0;"
  7. # This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
  8. SHLIB_PATH="___dld_shlib_path = 0;"
  9.